mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()
authorSuren Baghdasaryan <surenb@google.com>
Tue, 11 Jul 2023 00:46:32 +0000 (17:46 -0700)
committerBen Hutchings <benh@debian.org>
Thu, 27 Jul 2023 17:28:01 +0000 (18:28 +0100)
commit12660ea0061bb5a442b1e8b597b1787f02a14789
treef68ac41d47c9c6c19ab82e4ddd0dfba566158c26
parent4091ef8e6db2b151e99682841c0ea700a4dc3b66
mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()

Origin: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.1/mm-mmap-fix-vm_locked-check-in-do_vmi_align_munmap.patch

6.1 backport of the patch [1] uses 'next' vma instead of 'split' vma.
Fix the mistake.

[1] commit 606c812eb1d5 ("mm/mmap: Fix error path in do_vmi_align_munmap()")

Fixes: a149174ff8bb ("mm/mmap: Fix error path in do_vmi_align_munmap()")
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name mm-mmap-fix-vm_locked-check-in-do_vmi_align_munmap.patch
mm/mmap.c